Run an Existing Schedule

{ reRunTask }

Run an existing task

Method

/API2/tasks/reRunTask

  • API Section: /API2/tasks
  • API Version: 2.0
  • From Release: 2018.5
  • Can be used by Non-admin accounts
  • Method operates via POST actions only.
  • Input Parameters

    Name

    taskId

    Type

    string

    Description

    The task's system ID

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Generic API response object with success or failure flag and related messages.

    Notes

    Use the 'findSchedule' to find a schedule. For that schedule, use 'getExecutions' to get a list of instances of that schedule that have run. Within the 'execution', retrieve the list of tasks to run.